With --readd, ovs-ofctl adds all the flows from file, even those that exist with the same actions, cookie, and timeout in switch. In OpenFlow 1.0 and 1.1, re- ...
Step 1 Log-in to your slab environment: ; Step 2 Run the help command for ovs-ofctl: ; Step 3 Start a simple topology on Mininet without any reference controllers ... Adding a Simple Flow · Match Action Flows · Port Forwarding Flow Entry
All current versions of ovs-ofctl enable only OpenFlow 1.0 by default. Use the -O option to enable support for later versions of OpenFlow in ovs-ofctl.
With --readd, ovs-ofctl adds all the flows from file, even those that exist with the same actions, cookie, and timeout in switch. In OpenFlow 1.0 and 1.1, re- ...
ovs-ofctl add-flow <bridge> dl_dst=<mac>,actions=<action>. Add a flow with the match field dl_dst that matches an Ethernet destination address.
sh ovs-ofctl add-flow s1 in_port=1,dl_type=0x806,nw_dst=10.0.0.2,actions=output:2 will allow only ARP packets to pass through, while dropping every non-ARP